@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"]{
        -moz-appearance: textfield;
    }

html {
    line-height: 1;
    height: 100%;
}

ol, ul {
    list-style: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body {
    /*font-family: 'microsoft yahei light', "Microsoft YaHei", "Helvetica", "Helvetica Neue", Arial, "sans-serif";*/
    /* background: #fff; */
    color: #000000;
    /*height: 100%;*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    min-width: 1200px;
}
.guidelines{
    position: fixed;
    top: 0;
    height: 105px;
    width: 100%;
    background: #05559e;
    z-index: 1000;
    clear: both;
    box-shadow: 0 0 5px #888;
    display: none;
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.guidelines_list{
    /* width: 60px; */
    height: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #fff
}
.guidelines_list_img{
    padding: 10px 10px;
}
.guidelines_list .guidelines_list_img2{
    padding: 10px 15px;
}
.guidelines_list .guidelines_list_img3{
    padding: 10px 12px;
}
.guidelines_list .guidelines_list_img4{
    padding: 10px 18px;
}
.guidelines_list .guidelines_list_img5{
    padding: 10px 0px 10px 10px;
}
.guidelines_list2 p{
   text-align: right
}
.guidelines_list3 p{
    text-align: left
 }
.guidelines_list .guidelines_list_img6{
    padding: 10px 10px 10px 0px;
}

.guidelines_list_img img:hover{
    background: #e60012;
    cursor: pointer;
}
.guidelines_list_img .choose{
    background: #e60012;
    cursor: pointer;
}
.guidelines_list_img img{
   height: 44px;
}
.guidelines_color{
    position: relative;
}
.guidelines_voice{
    position: relative;
}
.change_voice{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 3;
    background: #000000;
    border: 1px seashell solid;
    width: 120px;
    line-height: 40px;
    clear: both;
    color: #fff;
    font-size: 14px;
    display: none;
}
.change_voice div{
    float: left;
}
.reduce_voice{
    width: 30px;
}
.reduce_voice:hover{
    cursor: pointer;
}
.now_voice{
    width: 58px;
}
.add_voice{
    width: 30px;
}
.add_voice:hover{
    cursor: pointer;
}
.change_color{
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    border: 1px solid #000000;
    width: 170px;
    height: 210px;
    display: none;
}

.change_color div:hover{
    cursor: pointer;
}
.change_color_list{
    width: 100%;
    height: 20%;
    line-height: 42px
}
.change_color_right{
    background: #ffffff;
    color: #000000;
}
.change_color_right2{
    background: blue;
    color: yellow
}
.change_color_right3{
    background: yellow;
    color:#000000;
}
.change_color_right4{
    color: #ffffff;
    background:#000000;
}
.partition-line{
    width: 1px;
	height: 90px;
    background-color: #0d69bd;
    margin-top: 8px;
    float: left;
}
.line_x {
    top: 0;
    position: fixed;
    width: 100%;
    height: 1px;
    background: cornflowerblue;
    display: none;
	z-index: 999;
}

.line_y {
    position: fixed;
    left: 0;
    height: 100%;
    width: 1px;
    background: cornflowerblue;
    display: none;
	z-index: 999;
}
.display_screen{
    background-color: #05559e;
    height: 140px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0;
	z-index: 1000;
    display: none;
}
.display_screen .display_screen_right div{
    text-align: center;
    line-height: 30px;
}
.display_screen .display_screen_right .display_screen_right_close{
    text-align: right;
    line-height: 30px;
    margin-right: 10px;
}
.display_screen div:hover{
  cursor: pointer;
}
.display_screen_left{
    height: 130px;
    width: 90%;
    background-color: #fff;
    color: #000000;
    margin: 5px;
    float: left;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    overflow-y: auto;;
}
.display_screen_right{
    color: #fff;
    font-size: 20px;
}